-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Fix link to Style docs following nbsphinx move #16062
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## master #16062 +/- ##
=======================================
Coverage 90.82% 90.82%
=======================================
Files 159 159
Lines 50794 50794
=======================================
Hits 46134 46134
Misses 4660 4660
Continue to review full report at Codecov.
|
thanks! |
@@ -430,7 +430,7 @@ For example, after running the following, ``styled.xlsx`` renders as below: | |||
import os | |||
os.remove('styled.xlsx') | |||
|
|||
See the :ref:`Style documentation <style>` for more detail. | |||
See the :ref:`Style documentation <style.ipynb>` for more detail. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually would be better for this one to go directly to: http://pandas-docs.github.io/pandas-docs-travis/style.html#Export-to-Excel
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
True. Are you expecting another PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if you can would be great.
No description provided.